SSH
Enables remote login to servers. The important files are in:
$ ls ~/.ssh
authorized_keys
config
id_rsa
id_rsa.pub
known_hosts
config: A configuration file for specifying various options. Seeman ssh_configid_rsa: private encryption keyid_rsa.pub: public encryption keyauthorized_keys: A list of public keys that are permitted to login.known_hosts: A list of hosts from which logins have been allowed in the past